|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of WeightedPath in org.neo4j.graphalgo |
|---|
| Methods in org.neo4j.graphalgo that return types with arguments of type WeightedPath | |
|---|---|
static PathFinder<WeightedPath> |
GraphAlgoFactory.aStar(org.neo4j.graphdb.RelationshipExpander expander,
CostEvaluator<Double> lengthEvaluator,
EstimateEvaluator<Double> estimateEvaluator)
Returns an PathFinder which uses the A* algorithm to find the
cheapest path between two nodes. |
static PathFinder<WeightedPath> |
GraphAlgoFactory.dijkstra(org.neo4j.graphdb.RelationshipExpander expander,
CostEvaluator<Double> costEvaluator)
Returns an PathFinder which uses the Dijkstra algorithm to find
the cheapest path between two nodes. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||